home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
bin
/
sweep
/
O.sgi
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-01-29
|
409b
|
21 lines
GEOM = ../../../..
include ${GEOM}/makefiles/Makedefs.global
include ../Makedefs
include ${GEOM}/makefiles/Makerules.obj
LIBS = ${ALLOOGLLIBS} \
-lforms -lfm_s -lgl_s -lm -lmalloc \
-lformsx
all: sweep
sweep: ${OBJS}
/bin/rm -f ../sweep || :
${CC} ${CFLAGS} -o sweep ${OBJS} ${LIBS}
ln sweep ..
install: install_module
install_module: sweep
${INSTALLMODULE} sweep ../.geomview-sweep ${MODULEDIR}